From 8618c29be59a4265bf08873bc1bdc3b3a16eaa1b Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 25 Aug 2009 10:31:22 +0000 Subject: [PATCH] * dbusbind.c (Fdbus_call_method) (Fdbus_call_method_asynchronously): Use English numeric format for timeout values in doc string. --- src/dbusbind.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dbusbind.c b/src/dbusbind.c index 9542cd2401d..d0233fdab43 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c @@ -853,7 +853,7 @@ offered by SERVICE. It must provide METHOD. If the parameter `:timeout' is given, the following integer TIMEOUT specifies the maximun number of milliseconds the method call must -return. The default value is 25.000. If the method call doesn't +return. The default value is 25,000. If the method call doesn't return in time, a D-Bus error is raised. All other arguments ARGS are passed to METHOD as arguments. They are @@ -1061,7 +1061,7 @@ be expected. If the parameter `:timeout' is given, the following integer TIMEOUT specifies the maximun number of milliseconds the method call must -return. The default value is 25.000. If the method call doesn't +return. The default value is 25,000. If the method call doesn't return in time, a D-Bus error is raised. All other arguments ARGS are passed to METHOD as arguments. They are -- 2.30.2